build: Don't distribute generated man pages
authorSimon McVittie <smcv@debian.org>
Wed, 21 Jun 2017 09:27:18 +0000 (10:27 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 18 Jul 2017 21:51:43 +0000 (21:51 +0000)
We build them in "make" and clean them in "make clean", so there
doesn't seem much point in shipping them pre-generated in the tarball.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #1013
Approved by: cgwalters

Makefile-man.am

index 937795098e89414bdc776e543ef4cad62f5c3d59..b388152602deadd191b3add9fa7eabbc37918e33 100644 (file)
@@ -46,7 +46,7 @@ man5_files = ostree.repo.5 ostree.repo-config.5
 man1_MANS = $(addprefix man/,$(man1_files))
 man5_MANS = $(addprefix man/,$(man5_files))
 
-EXTRA_DIST += $(man1_MANS) $(man5_MANS) $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml)
+EXTRA_DIST += $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml)
 
 XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl